home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / utils / ved04b / pyramid.v04 < prev    next >
Text File  |  1994-12-15  |  921b  |  27 lines

  1. *****************************************************************************
  2. * Object file for VED v0.4 beta                                             *
  3. * "Pyramid" by Tumblin / Bodies In Motion                                   *
  4. *****************************************************************************
  5.  
  6. *------------------------------ Vertices -----------------------------------*
  7.  
  8. 5,  * # of vertices
  9.  
  10. -50,-50,-50, * vertex #0 back left base
  11. 50,-50,-50,  * vertex #1 back right base
  12. -50,-50,50,  * vertex #2 front left base
  13. 50,-50,50,   * vertex #3 front right base
  14. 0,50,0,      * vertex #4 top peak
  15.  
  16. *------------------------------ Polygons -----------------------------------*
  17.  
  18. 5, * # of polygons
  19.  
  20. 4,  2,0,1,3,  3,  * base polygon
  21. 3,  4,2,3,    3,  * front polygon
  22. 3,  4,0,2,    3,  * left polygon
  23. 3,  4,3,1,    3,  * right polygon
  24. 3,  4,1,0,    3,  * back polygon
  25.  
  26. * end of object
  27.